home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / docs / help / adosguide.lha / ADOS Guide / ADOS commands / Copy < prev    next >
Encoding:
Text File  |  1997-10-21  |  758 b   |  29 lines

  1.                           --AMIGADOS GUIDE V2.0--
  2.                                    COPY
  3.  
  4.  
  5.    USE:
  6.    Copy is the AmigaDOS command which is used to copy individual
  7.    directories or files to another device within the system.
  8.  
  9.    PATH:
  10.    C:
  11.  
  12.    SYSTEM:
  13.    2.0 (enhanced), 2.1, 3.0
  14.  
  15.    EXAMPLES:
  16.    1>COPY FROM DF0:Extras TO RAM:Extras
  17.    1>COPY FROM DF0:C/addbuffers/cpu TO DF1:C
  18.  
  19.    NOTES:
  20.    The FROM and TO commands are purely cosmetic and you do not have to
  21.    include them.  They are only there to give the user a better
  22.    understanding of what is happening.
  23.  
  24.    You can also copy separate files to other devices like a Printer for
  25.    instance:
  26.    1>COPY DF0:Scripts/Text1 TO PRT:
  27.  
  28.    But obviously you can only Copy text files to the printer device.
  29.